home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Contributed / SpriteWorld / SpriteWorld Files / BlitPixie / Assembler / 68K / AsmGlobal.a next >
Encoding:
Text File  |  2000-10-06  |  429 b   |  17 lines  |  [TEXT/MPS ]

  1. ; For Asm - use with "INCLUDE  'AsmGlobal.a'"
  2.  
  3.     ; Use 68020+ instructions
  4.     MACHINE    MC68020
  5.  
  6.     ; Object-code is case sensitive
  7.     CASE    OBJECT
  8.     
  9.     ; These imports hould really be only in the files that use it,
  10.     ; but they're stuck here for now (pain to auto-generate)
  11.     IMPORT    gBlitPixieProcessorType:DATA
  12.     IMPORT    matrixDirtyBits:DATA
  13.     IMPORT    matrixBytes:DATA
  14.     IMPORT    matrixBits:DATA
  15.     IMPORT    matrixRows:DATA
  16.     IMPORT    matrixRowBytes:DATA
  17.